home *** CD-ROM | disk | FTP | other *** search
- Rx MiamiStartStop2.Rexx Miami:Miami.default
-
- ;Miami Start/Stop v2.60:
- ;
- ;Usage:
- ;MiamiStartStop Settings/M,MiamiExe/K,Always=GUI/S,Startup/K,NoStartup/S,GoStart=RunStart/S,Shutdown/K,NoAutoOnline=NAO/S,Phone=PhoneCost/S,NoVerify/S,Expert/S,Details/S,Sync/K,Online/S,Offline/S,QuialGUI=ShowDial/S,LargeGUI/S,ReConnect/K,Help=?/S
- ;
- ;Where:
- ;Settings - Uses this file as your Miami settings
- ;MiamiExe - Use the file specified as your Miami Executable
- ; EG: MiamiStartStop MiamiExe=MiamiDx.beta
- ;Always / GUI - Keeps the Miami Start/Stop GUI open until you hit the Depart button.
- ;Startup - Will use the file to load programs & send ARexx commands.
- ; EG: MiamiStartStop Startup=ENV:MSS_Files_2
- ;NoStartup - Will not use any Startup file to load programs.
- ; It overrides ENV:MSS_Startup and the Startup argument.
- ;GoStart / RunStart - Will run the Startup file straight away if Miami is online already.
- ;Shutdown - Will use the file to load programs & send ARexx commands.
- ; EG: MiamiStartStop Shutdown=ENV:MSS_Kill_2
- ;NoShutdown - Will not use any Shutdown file to load programs & send ARexx commands.
- ; It overrides ENV:MSS_Shutdown and the Shutdown argument.
- ;GoShut / RunShut - Will run the Shutdown file straight away.
- ;Time - Will alter the delay between starting time of loading the programs.
- ; EG: 6 seconds gap between each program is: Time=6 Default is 5.
- ;Wait - Will alter the wait time for Miami to get online before asking what to do.
- ; Minimum is 20 seconds. Maximum is 3600 seconds(60 Minutes). Default is 60
- ;NoAutoOnline / NAO - Will not wait for Miami to go AutoOnline. It will popup the Online window.
- ;NoVerify - Will make sure (verify) if you wish to Disconnect/Quit/Force Quit.
- ;Expert - Will remove the general button information above the buttons (Expert menus).
- ;Details - Will show you Miami's Online Details if you are online.
- ;Sync - Will let you choose a way to load the Miami phone log (a-)synchronously.
- ; EG:
- ; Sync=0 (Default) will load the file A-Sychronously(Good for fast Harddrives
- ; Sync=1 will load the file Synchronously (General use Sync).
- ; Sync=2 will load the file Synchronously(Best for Very fast CPUs & Very slow
- ; Note: It will load the whole logfile into memory before working on it.
- ;Online - Will put Miami online of you are not online already.
- ;Offline - Will take Miami offline with warnings if you are online.
- ;Quit - Will quit Miami with warnings if it is running.
- ;ForceQuit - Will force quit Miami with warnings if it is running.
- ;Lock - Will lock the Miami GUI (making the pointer busy).
- ;UnLock - Will unlock the Miami GUI (making the pointer not busy).
- ;KillGUI - Will release Miami's current GUI library so you can flush it, saving memory.
- ;DialGUI / ShowDial - Will show the Miami GUI whilst trying to get online.
- ;LargeGUI - Will show all the extra menu options at once at the expense of screen space.
- ;ReConnect - Will let you supply a delay (in seconds) before attempting to reconnect
- ; EG: MiamiStartStop ReConnect=90
- ;Help / ? - Will show this help information.
-